home *** CD-ROM | disk | FTP | other *** search
/ SPACE 1 / SPACE - Library 1 - Volume 1.iso / telecomm / 515 / single.txt < prev    next >
Text File  |  1991-02-03  |  2KB  |  25 lines

  1. script 4 Download Single ST Lib File
  2. ECHO OFF                            Don't display commands
  3. CLEAR                               Clear the screen
  4. NOTE "Enter the file number to download, one file only."
  5. GETSTRING 1                         File number to download
  6. IF SUCCESS                          String entered
  7. NOTE "Enter file name for description."
  8. GETSTRING 2                         Description file name
  9. LOG ONTO "476;6"                    Logon to ST RT Library
  10. SENDLINE "%1"                       Send file numbers to download
  11. CAPTURE "%2"                        Open description file capture
  12. WAITFORPROMPT                       Ready for download typelog onto "476;6"                    log onto ST software library
  13. SENDLINE "D"                        tell GEnie ready to download
  14. ENDCAPTURE                          Close description file capture
  15. WAITFOR "skip?"                     type download prompt
  16. SENDLINE "4"                        download using Zmodem
  17. WAITFORPROMPT                       download another file prompt
  18. SENDLINE "n"                        don't download any more files
  19. WAITFORPROMPT                       Ready to log off
  20. LOG OFF                             Log off Genie
  21. ELSE                                No file number entered
  22. NOTE "File download canceled due to no file number entered."
  23. ENDIF                               File downloaded
  24. endscript
  25. əəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəəə